home *** CD-ROM | disk | FTP | other *** search
/ Acorn Risc Technologies StrongARM CD-ROM / Acorn Risc Technologies StrongARM CD-ROM.iso / ftp / documents / appnotes / 016_030 / 019c / Text
Encoding:
Text File  |  1993-08-02  |  2.4 KB  |  79 lines

  1. -----------------------------------------------------------------------------
  2. 11th February 1993
  3. -----------------------------------------------------------------------------
  4. Support Group Application Note
  5. Number: 019 
  6. Issue: 0 
  7. Author:
  8. -----------------------------------------------------------------------------
  9.  
  10. DFS Error Messages
  11.  
  12. -----------------------------------------------------------------------------
  13. Applicable Hardware: BBC B
  14.                      BBC B+
  15.                      BBC Master 128
  16.  
  17. Related Application Notes:
  18.  
  19.  
  20. -----------------------------------------------------------------------------
  21. Copyright (C) Acorn Computers Limited 1992
  22.  
  23. Every effort has been made to ensure that the information in this leaflet is 
  24. true and correct at the time of printing. However, the products described in
  25. this leaflet are subject to continuous development and improvements and
  26. Acorn Computers Limited reserves the right to change its specifications at
  27. any time. Acorn Computers Limited cannot accept liability for any loss or
  28. damage arising from the use of any information or particulars in this
  29. leaflet. ACORN, ECONET and ARCHIMEDES are trademarks of Acorn Computers
  30. Limited.
  31. -----------------------------------------------------------------------------
  32. Support Group
  33. Acorn Computers Limited
  34. Acorn House
  35. Vision Park
  36. Histon
  37. Cambridge       CB4 4AE
  38. -----------------------------------------------------------------------------
  39.  
  40. There have been a number of revisions of the DFS firmware and software
  41. fitted to the various 8 bit machine. The error messages have remained
  42. consistent throughout the revisions and this application note lists the
  43. fault numbers with a description.
  44.  
  45.  
  46. Error 08 (clock error)
  47.  
  48. During a disc read operation a clock bit was missing.
  49.  
  50. Error 0A (late DMA)
  51.  
  52. During a disc transfer the processor did not respond fast enough, most
  53. likely due to a faulty disc interface card.
  54.  
  55. Error 0C (ID Field CRC error)
  56.  
  57. The cyclic redundancy check derived from the data read back differed from
  58. that stored on the disc.
  59.  
  60. Error 0E (data CRC error)
  61.  
  62. The cyclic redundancy check derived form the data read back differed from
  63. that stored on the disc during a disc read.
  64.  
  65. Error 10 (drive not ready)
  66.  
  67. During a transfer the disc stopped rotating. Often caused by a badly
  68. inserted disc.
  69.  
  70. Error 14 (track zero not found)
  71.  
  72. Controller failed to find track zero. Often an unformatted disc.
  73.  
  74. Error18 (sector not found)
  75.  
  76. Controller failed to find required sector. Either a corrupted or an
  77. unformatted disc.
  78.  
  79.